home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / unzipped / demo / dbdemo / dbfdemlz.exe / DEMO.BAT < prev   
DOS Batch File  |  1991-10-16  |  469b  |  20 lines

  1. echo off
  2. cls
  3. if not exist DBFDEMO.EXE goto nodemo
  4. DBFDEMO %1
  5. echo  
  6. echo         Thank you for watching the dBFast 
  7. echo         demo.  If you want to view it  
  8. echo         again, type DEMO and press the
  9. echo         ENTER key.
  10. echo  
  11. goto exit
  12. :nodemo
  13. echo         Sorry, your dBFast demo has not
  14. echo         been properly installed.  Please
  15. echo         install the demo again following
  16. echo         the instructions on the label.
  17. echo  
  18. :exit
  19.  
  20.